testsuite/gtk/singleselection.c: Avoid VLA usage
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 21 Feb 2019 02:37:27 +0000 (10:37 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 21 Feb 2019 02:37:27 +0000 (10:37 +0800)
commita339a5d61763a57e2138d78ba0a828288ed828f4
tree90216cccdd8d45738ac310b074696b063b8b1b27
parent2e94891a6f28fffadede3279fbc558eb0ebbb036
testsuite/gtk/singleselection.c: Avoid VLA usage

It is unfortunate that Visual Studio is unlikely to support VLA usage,
so replace it with g_newa().
testsuite/gtk/singleselection.c